home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
mint
/
mgr
/
atarimgr.zoo
/
src
/
atari
/
bit_on.c
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-09-19
|
121 b
|
10 lines
#include "bitmap.h"
int
bit_on(map, x, y)
BITMAP *map;
int x, y;
{
return bit_point(map, x, y, DST) != 0;
}